PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnableDocumentFormFields Method
True if the document form fields are enabled.
In This Topic
    setEnableDocumentFormFields Method
    In This Topic
    Sets a value indicating whether document form fields are enabled.
    If document form fields are not enabled, then the and methods will return null and new form fields cannot be created.
    Syntax
    public void setEnableDocumentFormFields( 
       boolean value
    )

    Parameters

    value
    True if the document form fields are enabled.
    See Also